home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio 2000
/
Ham Radio 2000.iso
/
ham2000
/
tcp_ip
/
os2
/
pmnos11s
/
nos.sts
< prev
next >
Wrap
INI File
|
1992-01-11
|
6KB
|
125 lines
[shared-]
version=2
project="C:\source\gri\nos.mak"
buildmode=3
[edit-]
srch=gcol
fSrchRe=0
rpl=strlen(Eol)
src=sizeof(Eol)
fRplRe=26368
file="C:\source\gri\8250.h" 52 1 66 7
[pwb]
screen=50 80
winstyle=7
wnd=C 2 1 49 80
[environ]
INCLUDE=c:\os2tools\include;C:\OS2TOOLS\SAMPLES\INCLUDE;C:\OS2TOOLS\DM\C;c:\include;c:\userincl;
LIB=c:\os2tools\lib;c:os2tools\samples\lib;c:\lib;c:\userlib;
HELPFILES=C:\PROFILER\HELP\*.HLP;C:\HELP\*.HLP;C:\OS2TOOLS\HELP\*.HLP
[build]
build: macro DEBUG "1"
build: macro PBTDEPEND "$(PROJ).exe"
build: macro PREP "prep"
build: macro PROFILE "profile"
build: macro PLIST "plist"
build: macro PROFSET "set"
build: macro PROFNMAKE "nmake"
build: macro PWBRMAKE "pwbrmake"
build: macro NMAKEBSC1 "set"
build: macro NMAKEBSC2 "nmake"
build: macro BRFLAGS "/o $(PROJ).bsc /Es /Em"
build: macro BROWSE "0"
build: macro CC "cl"
build: macro CFLAGS_G "/Alfw /W3 /G2 /D_MT /DOS2 /MT /BATCH /Gt64"
build: macro CFLAGS_D "/Od /Zi /Gs"
build: macro CFLAGS_R "/Ot /Ol /Og /Oe /Gs /B2 c:\\binp\\c2l.exe"
build: macro MAPFILE_D "NUL"
build: macro MAPFILE_R "NUL"
build: macro LFLAGS_G "/NOI /STACK:8192 /BATCH /SE:250"
build: macro LFLAGS_D "/CO /INC /FAR /PACKC /PMTYPE:VIO"
build: macro LFLAGS_R "/EXE /FAR /PACKC /PMTYPE:VIO"
build: macro LINKER "link"
build: macro ILINK "ilink"
build: macro LRF "echo > NUL"
build: macro LLIBS_R " /NOD:LLIBCE LLIBCMT"
build: macro LLIBS_D " /NOD:LLIBCE LLIBCMT"
build: all $(PROJ).exe
build: target $(PROJ).pbt setmakeflags_pbt nmakeexe_pbt prep_pbt
build: target $(PROJ).bsc pwbrmake_bsc
build: target $(PROJ).exe lrf_exe ilink_exe
build: inference .c.obj cc_c_obj
build: inference .c.sbr cc_c_sbr
build: command profset_pbt "$(PROFSET) MAKEFLAGS="
build: command profnmake_pbt "$(PROFNMAKE) $(NMFLAGS) -f $(PROJFILE) $(PBTDEPEND)"
build: command prep_pbt "$(PREP) /P $(PBTDEPEND) /OT $(PROJ).pbt"
build: command pwbrmake_bsc "$(PWBRMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
build: release command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
build: debug command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
build: release command ilink_exe "$(LINKER) @$(PROJ).lrf"
build: debug command ilink_exe "$(ILINK) -a -e \"$(LINKER) @$(PROJ).lrf\" $@"
build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
build: release command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_R) /FR$@ $<"
build: debug command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_D) /FR$@ $<"
build: command run "$(PROJ).exe $(RUNFLAGS)"
build: command debug "CVP $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
build: command setmakeflags_pbt "$(PROFSET) MAKEFLAGS="
build: command nmakeexe_pbt "$(PROFNMAKE) $(NMFLAGS) -f $(PROJFILE) $(PBTDEPEND)"
build: command pwbrmake "$(PWBRMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
build: command nmakebsc1 "$(NMAKEBSC1) MAKEFLAGS="
build: command nmakebsc2 "$(NMAKEBSC2) $(NMFLAGS) -f $(PROJFILE) $(PROJ).bsc"
build: include dependencies
build: include no system
build: include .c "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
build: include .c "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
build: include .h "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
build: include .h "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
build: message "^LINK [^L]+L[124]"
build: message "^ILINK : [^L]+L[124]"
build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
build: message "^NMAKE : [^U]+U[124]"
build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
build: message "^pwbrmake: [^U]+U[124]"
build: message "^BIND : [^U]+U[124]"
build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
build: message "^[^C]+C[124][0-9]+: "
build: message "^[^D]+D[124][0-9]+ : "
build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^F]+F[124]" file line
build: message "^[^F]+F[1234][0-9]+: "
build: message "^\\(\\:p\\)([ \t]*\\(\\:z\\),[ \t]*\\(\\:z\\)) : " file line col
build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
build: message "^fatal error"
build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
build: message "^RC: error"
build: language None
[debug-]
target="c:\source\gri\nos.exe"
watch=Keyqboard.cnt'00257
[cvp]
wndstate=0 0 0 2 0 0 0 0 0 1 254
tilestate=1 24 0 80 0 0 0 0 0 0 0 0 0 0 17 0 0 254
command=use auto
command=n10
command=s1
command=oc+
command=of+